home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / pcn / faq next >
Text File  |  1994-10-22  |  2KB  |  75 lines

  1. FAQ file for PORTAL -    Parallel aRchitecture data
  2.             TrAnsfer Library
  3.  
  4. $Header: /home/wightman/src/CVS/PORTAL/Docs/FAQ,v 1.1 1994/04/21 06:09:32 wightman Exp $
  5.  
  6. Copyright 1994 by
  7. Argonne National Laboratory
  8. All Rights Reserved
  9.  
  10. This software belongs to Argonne National Laboratory. It may 
  11. be used, copied or made available to anyone for non-commercial 
  12. use only.  Any commercial use requires explicit permission 
  13. from the authors and Argonne National Laboratory.
  14.  
  15. File History
  16. ------------
  17. $Log: FAQ,v $
  18. # Revision 1.1  1994/04/21  06:09:32  wightman
  19. # Cleaned up spelling, centralized makefile configuration,
  20. # and changed the way sending was handled internally.
  21. #
  22. -----------------------------------------------------------------------
  23.  
  24.  
  25.  
  26.                 PORTAL FAQ
  27.                 ----------
  28.  
  29. I. INTRODUCTION
  30. ---------------
  31.  
  32. This document is not that large yet, so the questions are listed in
  33. one group below.  If you have any questions or comments, please send
  34. them to John Rowlan (rowlan@mcs.anl.gov) or Brian Wightman
  35. (wightman@sol.acs.uwosh.edu).
  36.  
  37. We will try to acknowledge the name and address of those who ask
  38. questions; if not, let me one of us know, and the list will be
  39. changed/updated.
  40.  
  41.  
  42. II. GENERAL INFORMATION
  43. -----------------------
  44.  
  45. Q.    What is PORTAL? (authors, general information) 
  46. A.    PORTAL is a set of libraries that allow multiple programs
  47.     computing parts of a large data set to pass this information
  48.     to another single program, which will then reconstruct the
  49.     larger data structure and process it as desired.  Read the 
  50.     main README file from the PORTAL distribution for more 
  51.     information.
  52.  
  53. Q.    What does the 'O' in PORTAL stand for?
  54.     (gelly@persoft.persoft.com)
  55. A.    Well, we aren't really sure.  Maybe the name should be
  56.     something like PoRTAL.  :-) We felt that this program provided
  57.     a PORTAL that other programs could squeeze data through and
  58.     the acronym kind of stuck.
  59.  
  60.  
  61.  
  62. III. LOCATION OF FILES
  63. ----------------------
  64.  
  65. Q.    Where can I find the portal system?  (authors, general
  66.     information) 
  67. A.    PORTAL and papers relating to it can be obtained by ftp from
  68.     info.mcs.anl.gov in the directory /pub/PORTAL.  The files
  69.     PORTAL.tar.Z and PORTAL.tar.gz are links to the most recent
  70.     versions of the program.  The files in the papers directory
  71.     are papers dealing with the PORTAL system.  They are
  72.     distributed in dvi, ps, and text format.
  73.  
  74.  
  75.